4D Chart v13CT SET PROPERTIES |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT SET PROPERTIES
|
CT SET PROPERTIES ( area ; printOrder ; changeAlert ; hotlinkType ; saveAlert ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
printOrder | Integer |
![]() |
Print order 0 = Across 1 = Down -1 = No change | |||||
changeAlert | Integer |
![]() |
Graph type change alert 0 = No alert 1 = Alert -1 = No change | |||||
hotlinkType | Integer |
![]() |
Obsolete (pass -1) | |||||
saveAlert | Integer |
![]() |
Alert box when closing a document 0 = No alert 1 = Alert -1 = No change | |||||
The CT SET PROPERTIES command gets the properties that have been set for the specified 4D Chart area.
printOrder is the order in which pages of the document are printed. The print order affects only the order in which the document prints; it does not affect the page orientation.
changeAlert specifies whether the 4D Chart presents an alert box when the user attempts to change the type of a graph. The user has the option to cancel or continue with the change.
The hotlinkType is obsolete (pass -1 to ignore it).
saveAlert specifies whether 4D Chart presents an alert box when the user closes a 4D Chart document with unsaved changes.
This example sets no alert for graph type change without changing the other properties.
CT SET PROPERTIES(Area;-1;1;-1;-1)
Product: 4D Chart
Theme: CT Area Control
Number:
14604
Modified: 4D Chart 2004
CT GET PROPERTIES
CT SAVE DOCUMENT